home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 12r.dir / 00015_rollq.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  154 b   |  8 lines

  1. on exitFrame
  2.   global qtChan, gMemoState
  3.   if (sprite(qtChan).movieRate = 0) and (gMemoState = 0) then
  4.     go(the frame + 1)
  5.   end if
  6.   go(the frame)
  7. end
  8.